home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Trading on the Edge
/
Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin
/
pc
/
mac_file
/
vendor_d
/
rommaker
/
install_.scr
next >
Wrap
Text File
|
1992-09-08
|
1KB
|
39 lines
; The Script system is a powerful yet easy way to collect all the data you
; wish to put on the CD-ROM. It allows you to simply copy large sections of a
; hard disk or select just a few files. The general syntax is of the form:
;
; "SOURCE NAME" "CD-ROM NAME" [OPTIONAL ACTION FLAGS];
;
; Note the use of the " character to enclose both the source and destination
; name. The optional flags all start with the - character followed by a lower
; case letter that defines some action. For example.
;
; "HDNAME:" ":" -f
;
; The above script is all you need to copy the whole of your hard disk.
; The -f option copies the whole folder tree. For more details on the script
; system, select the Help [?] button inside the RomMaker editor. Other
; examples of options are:
;
; "HDNAME:Password" ":Password" -oh
;
; This script hides the file Password.
;
;
; "HDNAME:Folder to Copy" ":CDROM Folder" -f
;
; This script copies the entire folder tree and renames the folder on the
; CDROM.
;
;
; The semi-colon character ; in the front of a line is used to comment the
; line. These lines are ignored by the RomMaker. Script Lines without the
; semi-colon are considered active and processed by the RomMaker. e.g The
; lines below will be processed since they do not have a semi-colon as the
; first character of the line.
"HDNAME:TestData" ":" -f
"HDNAME:" ":Demo On CD"
"HDNAME:RomMaker Help" ":RomMaker Help"